SQLiteAggregateFunction<T1,T2,T3,T4,T5,T6,TResult> Class
Generic base class for user-defined aggregate functions with four parameters.
- T1
- Type of the first user-defined function parameter.
- T2
- Type of the second user-defined function parameter.
- T3
- Type of third the user-defined function parameter.
- T4
- Type of the fourth user-defined function parameter.
- T5
- Type of the fifth user-defined function parameter.
- T6
- Type of the sixth user-defined function parameter.
- TResult
- Type of the user-defined function result.